home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Plawiz.dll / 0 / RCDATA / TFORMEDICIONELEMENTOSANALIZABLES / TFORMEDICIONELEMENTOSANALIZABLES.txt < prev   
Text File  |  2002-10-11  |  3KB  |  142 lines

  1. object FormEdicionElementosAnalizables: TFormEdicionElementosAnalizables
  2.   Left = 306
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Selecci∩┐╜n de elementos'
  7.   ClientHeight = 257
  8.   ClientWidth = 459
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Left = 10
  22.     Top = 37
  23.     Width = 142
  24.     Height = 13
  25.     Caption = 'Lista de elementos a analizar:'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Tahoma'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 15
  35.     Top = 13
  36.     Width = 425
  37.     Height = 13
  38.     Caption = 
  39.       'Selecciona los elementos que quieres analizar con esta tarea y a' +
  40.       '∩┐╜∩┐╜delos en la lista.'
  41.     Constraints.MinWidth = 425
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'Tahoma'
  46.     Font.Style = []
  47.     ParentFont = False
  48.     WordWrap = True
  49.   end
  50.   object m_PLVElementosAnalizables: TPlaListView
  51.     Left = 10
  52.     Top = 53
  53.     Width = 345
  54.     Height = 144
  55.     Color = clWhite
  56.     CheckBoxes = False
  57.     Columns = <
  58.       item
  59.         Width = 330
  60.       end>
  61.     DragCursor = crDrag
  62.     DragMode = dmManual
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clWindowText
  65.     Font.Height = -11
  66.     Font.Name = 'Tahoma'
  67.     Font.Style = []
  68.     HideSelection = True
  69.     MultiSelect = False
  70.     ParentColor = False
  71.     ParentFont = False
  72.     ShowColumnHeaders = False
  73.     TabOrder = 0
  74.     TabStop = True
  75.     OnChange = PLVElementosAnalizablesChange
  76.     Data = {000100000000FE}
  77.   end
  78.   object BtnAnadir: TPlaButton
  79.     Left = 371
  80.     Top = 53
  81.     Width = 73
  82.     Height = 21
  83.     HelpContext = 137
  84.     Caption = 'A∩┐╜adir'
  85.     Font.Charset = ANSI_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'Tahoma'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     TabOrder = 1
  92.     OnClick = BtnAnadirClick
  93.     Default = True
  94.   end
  95.   object BtnQuitar: TPlaButton
  96.     Left = 371
  97.     Top = 81
  98.     Width = 73
  99.     Height = 21
  100.     HelpContext = 138
  101.     Caption = 'Quitar'
  102.     Font.Charset = ANSI_CHARSET
  103.     Font.Color = clWindowText
  104.     Font.Height = -11
  105.     Font.Name = 'Tahoma'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     TabOrder = 2
  109.     OnClick = BtnQuitarClick
  110.   end
  111.   object BtnAcceptar: TPlaButton
  112.     Left = 293
  113.     Top = 225
  114.     Width = 73
  115.     Height = 21
  116.     Caption = 'Aceptar'
  117.     Font.Charset = ANSI_CHARSET
  118.     Font.Color = clWindowText
  119.     Font.Height = -11
  120.     Font.Name = 'Tahoma'
  121.     Font.Style = []
  122.     ParentFont = False
  123.     TabOrder = 3
  124.     ModalResult = 1
  125.   end
  126.   object BtnCancelar: TPlaButton
  127.     Left = 375
  128.     Top = 225
  129.     Width = 73
  130.     Height = 21
  131.     Caption = 'Cancelar'
  132.     Font.Charset = ANSI_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -11
  135.     Font.Name = 'Tahoma'
  136.     Font.Style = []
  137.     ParentFont = False
  138.     TabOrder = 4
  139.     ModalResult = 2
  140.   end
  141. end
  142.